Package com.cisco.pt.ipc.ui.impl
Class IPCImpl
java.lang.Object
com.cisco.pt.ipc.impl.IPCObjectImpl
com.cisco.pt.ipc.ui.impl.IPCImpl
Information provided by the PKI file:
\class IPC
\brief IPC is the main entry point for all IPC functionality.
- Author:
- Auto-generated
-
Field Summary
Fields inherited from class com.cisco.pt.ipc.impl.IPCObjectImpl
accessMessage, ipcFactory, packetTracerSession -
Constructor Summary
ConstructorsConstructorDescriptionIPCImpl(IPCFactory ipcFactory, PacketTracerSession packetTracerSession, IPCMessageLTV accessMessage) -
Method Summary
Modifier and TypeMethodDescriptionInformation provided by the PKI file:Information provided by the PKI file:getObjectByUuid(String uuid) Information provided by the PKI file:Information provided by the PKI file:Information provided by the PKI file:Information provided by the PKI file:network()Information provided by the PKI file:options()Information provided by the PKI file:Information provided by the PKI file:Information provided by the PKI file:Information provided by the PKI file:Methods inherited from class com.cisco.pt.ipc.impl.IPCObjectImpl
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession, sendMessage, sendMessageWithReturn, translateToCommandStatusStringPairMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession
-
Constructor Details
-
IPCImpl
public IPCImpl(IPCFactory ipcFactory, PacketTracerSession packetTracerSession, IPCMessageLTV accessMessage)
-
-
Method Details
-
network
Information provided by the PKI file:
\brief Returns the Network object. \return Network, the Network object. -
appWindow
Information provided by the PKI file:
\brief Returns the AppWindow object. \return AppWindow, the AppWindow object. -
multiUserManager
Information provided by the PKI file:
\brief Returns the MultiUserManager object. \return MultiUserManager, the MultiUserManager object.- Specified by:
multiUserManagerin interfaceIPC- Returns:
- MultiUserManager Returns a MultiUserManager
-
ipcManager
Information provided by the PKI file:
\brief Returns the IpcManager object. \return IpcManager, the IpcManager object.- Specified by:
ipcManagerin interfaceIPC- Returns:
- IPCManager Returns a IPCManager
-
userAppManager
Information provided by the PKI file:
\brief Returns the UserAppManager object. \return UserAppManager, the UserAppManager object.- Specified by:
userAppManagerin interfaceIPC- Returns:
- UserAppManager Returns a UserAppManager
-
commandLog
Information provided by the PKI file:
\brief Returns the CommandLog object. \return CommandLog, the CommandLog object.- Specified by:
commandLogin interfaceIPC- Returns:
- CommandLog Returns a CommandLog
-
simulation
Information provided by the PKI file:
\brief Returns the Simulation object. \return CommandLog, the Simulation object.- Specified by:
simulationin interfaceIPC- Returns:
- Simulation Returns a Simulation
-
hardwareFactory
Information provided by the PKI file:
\brief Returns the Hardware Factory object. \return HardwareFactory, the Hardware Factory object.- Specified by:
hardwareFactoryin interfaceIPC- Returns:
- HardwareFactory Returns a HardwareFactory
-
getObjectByUuid
Information provided by the PKI file:
\brief Returns the IPC IPCObject object. \param uuid, the UUID of the parser of interest. \return IPCObject, the IPCObject object.- Specified by:
getObjectByUuidin interfaceIPC- Parameters:
uuid- Takes in a parameter of uuid- Returns:
- IPCObject Returns a IPCObject
-
options
Information provided by the PKI file:
\brief options for the parsor. \param uuid, the UUID of the parser of interest. \return Options, the parsor options object. -
systemFileManager
Information provided by the PKI file:
\brief Returns the System File Manager object for providing file IO. \return SystemFileManager, the System File Manager object.- Specified by:
systemFileManagerin interfaceIPC- Returns:
- SystemFileManager Returns a SystemFileManager
-